home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / programmierung / triton / assembler / triton_lib_v2.i < prev    next >
Text File  |  1995-08-25  |  1KB  |  50 lines

  1.     IFND LIBRARIES_TRITON_LIB_I
  2. LIBRARIES_TRITON_LIB_I SET 1
  3. **
  4. **    $Filename: libraries/triton_lib.i $
  5. **    $Release: 1.1 $
  6. **
  7. **    Translated to assembly language by Oskar Liljeblad
  8. **
  9. **    (C) Copyright 1991-1994 Stefan Zeiger
  10. **    All Rights Reserved
  11. **
  12.  
  13.     IFND    EXEC_TYPES_I
  14.     include "exec/types.i"
  15.     ENDC
  16.     IFND    EXEC_NODES_I
  17.     include "exec/nodes.i"
  18.     ENDC
  19.     IFND    EXEC_LISTS_I
  20.     include "exec/lists.i"
  21.     ENDC
  22.     IFND    EXEC_LIBRARIES_I
  23.     include "exec/libraries.i"
  24.     ENDC
  25.  
  26.     LIBINIT
  27.  
  28.     LIBDEF _LVOTR_OpenProject
  29.     LIBDEF _LVOTR_CloseProject
  30.     LIBDEF _LVOTR_FirstOccurance
  31.     LIBDEF _LVOTR_NumOccurances
  32.     LIBDEF _LVOTR_GetErrorString
  33.     LIBDEF _LVOTR_SetAttribute
  34.     LIBDEF _LVOTR_GetAttribute
  35.     LIBDEF _LVOTR_LockProject
  36.     LIBDEF _LVOTR_UnlockProject
  37.     LIBDEF _LVOTR_AutoRequest
  38.     LIBDEF _LVOTR_EasyRequest
  39.     LIBDEF _LVOTR_CreateApp
  40.     LIBDEF _LVOTR_DeleteApp
  41.     LIBDEF _LVOTR_GetMsg
  42.     LIBDEF _LVOTR_ReplyMsg
  43.     LIBDEF _LVOTR_Wait
  44.     LIBDEF _LVOTR_CloseWindowSafely
  45.     LIBDEF _LVOTR_GetLastError
  46.     LIBDEF _LVOTR_LockScreen
  47.     LIBDEF _LVOTR_UnlockScreen
  48.  
  49.     ENDC ; LIBRARIES_TRITON_LIB_I
  50.